home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Jun 89 / V0080-Re TDialogView-Jun89 < prev    next >
Encoding:
Text File  |  1989-06-26  |  634 b   |  24 lines  |  [TEXT/GEOL]

  1. Item    9081702                         26-June-89        13:23
  2.  
  3. From:   BIANCHI1                        Bianchi, Curt
  4.  
  5. To:     D1032                           Softview, Ron Breger, PRT
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    Re: TDialogView
  10.  
  11. Leslie,
  12.  
  13. This was a bug in MacApp 2.0b5.  It will be corrected by modifying the
  14. procedure Survey in TDialogView.SurveyEditText.  All the code in Survey will
  15. be conditional on the view being enabled and visible, i.e.
  16.  
  17. IF theEditText.fViewEnabled & theEditText.fShown THEN
  18.    ...
  19.  
  20. This will prevent tabbing to disabled or hidden edit text views.
  21.  
  22. Curt Bianchi
  23.  
  24.